Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow to filter entries by title per subscription #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebhoss
Copy link

@sebhoss sebhoss commented Jul 4, 2024

fixes #6

@sebhoss
Copy link
Author

sebhoss commented Aug 18, 2024

@tulir sorry missed that there were lint errors - I hope that those are fixed now..

@sebhoss
Copy link
Author

sebhoss commented Aug 18, 2024

Ok sorry again @tulir - third time's a charm? This time I installed all the tools and basically run the entire lint pipeline locally:

  • isort ./rss
  • black ./rss
  • pre-commit run -av trailing-whitespace
  • pre-commit run -av end-of-file-fixer
  • pre-commit run -av check-yaml
  • pre-commit run -av check-added-large-files

All checks are passing locally - sorry again for the inconvenience..

@sebhoss
Copy link
Author

sebhoss commented Jan 6, 2025

squashed all commits into one

Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
@sebhoss
Copy link
Author

sebhoss commented Feb 9, 2025

rebased on latest master - @tulir can you take another look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to filter posted feed items by regex on item title
2 participants